Home :: Operating Systems :: Parallel

Global File System
A shared disk cluster filesystem for Linux that supports journaling and failure recovery. Source code, documentation, papers, and mailing list.
http://www.sistina.com/gfs/

Cosy
Goal: scalability of highly parallel multicomputer systems. Based on small microkernel that does process management, interprocess communication; all other services are processes out of kernel. Processes and address spaces orthogonal, so Cosy process is like thread in other OSs. Hardware dependencies concentrated in areas of kernel for portability.
http://www.uni-paderborn.de/fachbereich/AG/heiss/cosy/

Parallel Systems Group
University of Toronto researchers working on all aspects of parallel systems: computer architecture, OSs, compilers, performance evaluation, applications. Home of Hurricane and Tornado OSs, Hector and NUMAchine multiprocessors.
http://www.eecg.toronto.edu/parallel/

Paramecium
Simple, flexible, adaptable, extendable, object-based microkernel OS; goals: support parallel programming and explore tradeoffs between user processes and kernel boundaries. Services provided by objects named in a per process name space.
http://www.cs.vu.nl/~leendert/paramecium.html

PVFS-users
Public mail list archives and subscription information for users of the Parallel Virtual File System.
http://www.beowulf-underground.org/mailman/listinfo/pvfs-use rs

IBM: GPFS
General Parallel File System for AIX.
http://www.almaden.ibm.com/StorageSystems/file_systems/GPFS/